home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Disk / misc / q-device.readme.txt < prev   
Text File  |  2004-01-31  |  4KB  |  110 lines

  1. Short:    V0.3 SCSI/IDE Query, Command & Diagnostic Tool (MUI)
  2. Author:   ian.chapman@amiga-hardware.com (Ian Chapman)
  3. Uploader: ian.chapman@amiga-hardware.com
  4. Version:  0.3
  5. Type:     disk/misc
  6. Requires: MUI, Betterstring
  7.  
  8. ----------------------------------------------------------------
  9.                           Q-Device! v0.3
  10. ----------------------------------------------------------------
  11.  
  12.                                   INTRODUCTION
  13.                                   ============
  14.  
  15. Q-Device! is a tool for querying, controlling and performing diagnostic
  16. operations on SCSI and IDE devices. Although it was primarily written for SCSI
  17. devices, many of the options also work with IDE devices, depending on their
  18. driver implementation. Q-Device! can provide you with quite a wealth of
  19. information about your devices.
  20.  
  21. Features
  22. --------
  23.  
  24. * Graphical User Interface (MUI)
  25. * Device Probing
  26. * Device Inquiry including:
  27.   Product, Vendor, Revision, Type, RMB Info, ISO, ECMA and ANSI versions, AENC,
  28.   TrmIOP, Relative Addressing, Bus Width, Synchronous, Linked, Command Queuing
  29.   and Reset Type
  30. * Device Capacity including:
  31.   Number of Blocks, Block Size, True Capacity and Vendor Capacity
  32. * Media Ejecting
  33. * Media Inserting
  34. * Device Power Down
  35. * Device Power Up
  36. * Device Media Locking
  37. * Device Media Unlocking
  38. * Test for unit readiness
  39. * Read CD Table of Cotents including:
  40.   Starting Track, Ending Track, Track Type, Track Copyright, Audio Channels,
  41.   Audio Emphasis
  42. * Diagnostic Tests: Simple 1 & 2, Deep 1 & 2
  43. * Parameter Pages Including: Disconnection & Reconnection, Interface Mode,
  44.   Control Mode, Error Recovery, Formatting, Rigid Disk Geometry,
  45.   Flexible Disk Geometry, Cache, Supported Media, Notch, CD-ROM Audio and
  46.   Verify Error Recovery
  47. * Firmware Logs Including: Write Errors, Read Errors, Reverse Read Errors,
  48.   Verify Errors and Non-Medium Errors
  49.  
  50.  
  51.                                     HISTORY
  52.                                     =======
  53.  
  54. Version 0.3
  55. -----------
  56.  
  57. ADDED: The following device parameter pages:-
  58.        CD-ROM Parameters (for CDROM Devices)
  59.        Verify Error Recovery (for CD-ROM Devices)
  60.        Sequential Device Parameters (for Sequential Devices)
  61.        Error Recovery (for Sequential Devices).
  62.        Cache (for CDROM Devices and Optical Devices)
  63. ADDED: Preferences window
  64. ADDED: Probe Devices Preference, you can choose the range of device units the
  65.        probe option will scan. Reverse scanning is also supported
  66. ADDED: Menus which basically mirror the query, command and diagnostic buttons.
  67. ADDED: Q-Device can now read the firmware logs. The following are supported:-
  68.        Scan Firmware Logs
  69.        Write Error Log
  70.        Read Error Log
  71.        Reverse Read Error Log
  72.        Verify Error Log
  73.        Non Medium Error Log
  74. FIXED: Accidentally passing the simple test SCSI opcode when doing deep tests.
  75.        Harmless, it just meant that deep mode was also performing simple tests
  76.        :-)
  77. FIXED: Hopefully anyway, a problem with bad drivers or devices not supporting
  78.        REQUEST SENSE causing a recursive loop of command not supported.
  79. CHANGED: Default probe is now 0 - 15 instead of 0 - 7
  80. REMOVED: Request sense button. This was particularly useless because Q-Device
  81.          automatically returns the sense data (error codes) upon a command
  82.          failure.
  83. REMOVED: Information page sizes. Previously Q-Device reported the size of each
  84.          information page returned from the Device Parameters button. Page
  85.          sizes are only really of interest to myself for writing the page
  86.          parsing routines so I've removed them.
  87.  
  88. Version 0.2
  89. -----------
  90.  
  91. ADDED: Q-Device can now instruct devices to perform a self diagnostic test.
  92.        Four diagnostic tests are supported.
  93. ADDED: Q-Device can now query many of the device parameter pages. The supported
  94.        pages are: Disconnection & Reconnection, Interface Mode, Control Mode,
  95.        Error Recovery, Formatting, Rigid Disk Geometry, Flexible Disk Geometry,
  96.        Cache, Supported Media, Notch, and CD-ROM Audio, Verify Error Recovery
  97. ADDED: Double clicking an appropriate entry in the listview will perform a
  98.        full inquiry on that device and automatically add the device and unit
  99.        number to the text-boxes.
  100. ADDED: Popup list for selecting the device driver.
  101. ADDED: Popup list for selecting the device unit.
  102. CHANGED: Unit text box is now limited to numeric characters up to 999.
  103. OPTIMISED: The listview now requires less memory.
  104.  
  105.  
  106. Version 0.1
  107. -----------
  108.  
  109. Initial Release
  110.